Html Css Color HEX #FDCBF2 Classic Rose

📋 copy color: '#FDCBF2'

red 253 ◦ green 203 ◦ blue 242

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

Shades of Classic Rose #FDCBF2

Tints of Classic Rose #FDCBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 34.67%

R = 36.25%
G = 29.08%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FDCBF2 (or 0xFDCBF2) is known color: Classic Rose. HEX triplet: FD, CB and F2. RGB value is (253,203,242). Sum of RGB (Red+Green+Blue) = 253+203+242=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 203 (79.69% from 255 or 29.08% from 698); Blue value is 242 (94.92% from 255 or 34.67% from 698); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCBF2 is #02340D. Grayscale: #DEDEDE. Windows color (decimal): -144398 or 15911933. OLE color: 15911933.

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

Color convert

RGB 253 203 242 -
CMYK 0 0.20 0.04 0.01
HSL 313.2º 0.93% 0.89% -
HSV(B) 313.2º 0.2% 0.99% -
XYZ 77.89 70.01 93.41 -
YUV 222.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 253 203 242 0 0.20 0.04 0.01 313.2 0.93 0.89
Hex FD CB F2 0 14 4 1 139 5D 59
Octal 375 313 362 0 24 4 1 471 135 131
Binary 11111101 11001011 11110010 0 10100 100 1 100111001 1011101 1011001

Color Harmonies of #FDCBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCBF2

Black with #FDCBF2

Text Example


Text Example

White with #FDCBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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