Html Css Color HEX #FDCCF1 Classic Rose

📋 copy color: '#FDCCF1'

red 253 ◦ green 204 ◦ blue 241

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

Shades of Classic Rose #FDCCF1

Tints of Classic Rose #FDCCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 34.53%

R = 36.25%
G = 29.23%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FDCCF1 (or 0xFDCCF1) is known color: Classic Rose. HEX triplet: FD, CC and F1. RGB value is (253,204,241). Sum of RGB (Red+Green+Blue) = 253+204+241=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 204 (80.08% from 255 or 29.23% from 698); Blue value is 241 (94.53% from 255 or 34.53% from 698); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCCF1 is #02330E. Grayscale: #DEDEDE. Windows color (decimal): -144143 or 15846653. OLE color: 15846653.

HSL color Cylindrical-coordinate representation of color #FDCCF1: hue angle of 314.69º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCCF1 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 204 241 -
CMYK 0 0.19 0.05 0.01
HSL 314.69º 0.92% 0.9% -
HSV(B) 314.69º 0.19% 0.99% -
XYZ 77.98 70.42 92.7 -
YUV 222.87 138.23 149.49 -
System Red Green Blue C M Y K H S L
Decimal 253 204 241 0 0.19 0.05 0.01 314.69 0.92 0.9
Hex FD CC F1 0 13 5 1 13B 5C 5A
Octal 375 314 361 0 23 5 1 473 134 132
Binary 11111101 11001100 11110001 0 10011 101 1 100111011 1011100 1011010

Color Harmonies of #FDCCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCCF1

Black with #FDCCF1

Text Example


Text Example

White with #FDCCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCCF1; }

 p { color: rgb(253,204,241); }

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

background-color css

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

 a { background-color: rgb(253,204,241); }

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

border-color css

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

 span { border-color: rgb(253,204,241); }

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