Html Css Color HEX #FBCCEF Classic Rose

📋 copy color: '#FBCCEF'

red 251 ◦ green 204 ◦ blue 239

#FBCCEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #FBCCEF

Tints of Classic Rose #FBCCEF

RGB

 RED value IS 251 (98.44% from 255) = 36.17%

 GREEN value IS 204 (80.08% from 255) = 29.39%

 BLUE value IS 239 (93.75% from 255) = 34.44%

R = 36.17%
G = 29.39%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FBCCEF (or 0xFBCCEF) is known color: Classic Rose. HEX triplet: FB, CC and EF. RGB value is (251,204,239). Sum of RGB (Red+Green+Blue) = 251+204+239=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 204 (80.08% from 255 or 29.39% from 694); Blue value is 239 (93.75% from 255 or 34.44% from 694); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCCEF is #043310. Grayscale: #DDDDDD. Windows color (decimal): -275217 or 15715579. OLE color: 15715579.

HSL color Cylindrical-coordinate representation of color #FBCCEF: hue angle of 315.32º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBCCEF is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 204 239 -
CMYK 0 0.19 0.05 0.02
HSL 315.32º 0.85% 0.89% -
HSV(B) 315.32º 0.19% 0.98% -
XYZ 76.96 69.93 91.1 -
YUV 222.04 137.57 148.65 -
System Red Green Blue C M Y K H S L
Decimal 251 204 239 0 0.19 0.05 0.02 315.32 0.85 0.89
Hex FB CC EF 0 13 5 2 13B 55 59
Octal 373 314 357 0 23 5 2 473 125 131
Binary 11111011 11001100 11101111 0 10011 101 10 100111011 1010101 1011001

Color Harmonies of #FBCCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCCEF

Black with #FBCCEF

Text Example


Text Example

White with #FBCCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCCEF; }

 p { color: rgb(251,204,239); }

 H1.HeaderClassName
 {
   color: #FBCCEF;
 }
 .AnyTagClassName
 {
   color: #FBCCEF;
 }
</style>

background-color css

<style>
 a { background-color: #FBCCEF; }

 a { background-color: rgb(251,204,239); }

 div.DivClassName
 {
   background-color: #FBCCEF;
 }
 .BgClassName
 {
   background-color: #FBCCEF;
 }
</style>

border-color css

<style>
 span { border-color: #FBCCEF; }

 span { border-color: rgb(251,204,239); }

 td.TdClassName
 {
   border-color: #FBCCEF;
 }
 .TagClassName
 {
   border-color: #FBCCEF;
 }
</style>