Html Css Color HEX #FBCCF0 Classic Rose

📋 copy color: '#FBCCF0'

red 251 ◦ green 204 ◦ blue 240

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

Shades of Classic Rose #FBCCF0

Tints of Classic Rose #FBCCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 34.53%

R = 36.12%
G = 29.35%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBCCF0 (or 0xFBCCF0) is known color: Classic Rose. HEX triplet: FB, CC and F0. RGB value is (251,204,240). Sum of RGB (Red+Green+Blue) = 251+204+240=695 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.12% from 695); Green value is 204 (80.08% from 255 or 29.35% from 695); Blue value is 240 (94.14% from 255 or 34.53% from 695); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCCF0 is #04330F. Grayscale: #DEDEDE. Windows color (decimal): -275216 or 15781115. OLE color: 15781115.

HSL color Cylindrical-coordinate representation of color #FBCCF0: hue angle of 314.04º 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 #FBCCF0 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 204 240 -
CMYK 0 0.19 0.04 0.02
HSL 314.04º 0.85% 0.89% -
HSV(B) 314.04º 0.19% 0.98% -
XYZ 77.1 69.99 91.88 -
YUV 222.16 138.07 148.57 -
System Red Green Blue C M Y K H S L
Decimal 251 204 240 0 0.19 0.04 0.02 314.04 0.85 0.89
Hex FB CC F0 0 13 4 2 13A 55 59
Octal 373 314 360 0 23 4 2 472 125 131
Binary 11111011 11001100 11110000 0 10011 100 10 100111010 1010101 1011001

Color Harmonies of #FBCCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCCF0

Black with #FBCCF0

Text Example


Text Example

White with #FBCCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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