Html Css Color HEX #FDCBF0 Classic Rose

📋 copy color: '#FDCBF0'

red 253 ◦ green 203 ◦ blue 240

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

Shades of Classic Rose #FDCBF0

Tints of Classic Rose #FDCBF0

RGB

 RED value IS 253 (99.22% from 255) = 36.35%

 GREEN value IS 203 (79.69% from 255) = 29.17%

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

R = 36.35%
G = 29.17%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FDCBF0 (or 0xFDCBF0) is known color: Classic Rose. HEX triplet: FD, CB and F0. RGB value is (253,203,240). Sum of RGB (Red+Green+Blue) = 253+203+240=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 203 (79.69% from 255 or 29.17% from 696); Blue value is 240 (94.14% from 255 or 34.48% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCBF0 is #02340F. Grayscale: #DEDEDE. Windows color (decimal): -144400 or 15780861. OLE color: 15780861.

HSL color Cylindrical-coordinate representation of color #FDCBF0: hue angle of 315.6º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDCBF0 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 203 240 -
CMYK 0 0.20 0.05 0.01
HSL 315.6º 0.93% 0.89% -
HSV(B) 315.6º 0.2% 0.99% -
XYZ 77.59 69.89 91.84 -
YUV 222.17 138.07 149.99 -
System Red Green Blue C M Y K H S L
Decimal 253 203 240 0 0.20 0.05 0.01 315.6 0.93 0.89
Hex FD CB F0 0 14 5 1 13C 5D 59
Octal 375 313 360 0 24 5 1 474 135 131
Binary 11111101 11001011 11110000 0 10100 101 1 100111100 1011101 1011001

Color Harmonies of #FDCBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCBF0

Black with #FDCBF0

Text Example


Text Example

White with #FDCBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCBF0; }

 p { color: rgb(253,203,240); }

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

background-color css

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

 a { background-color: rgb(253,203,240); }

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

border-color css

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

 span { border-color: rgb(253,203,240); }

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